home *** CD-ROM | disk | FTP | other *** search
- .TH PROCEDURE
- 6 "IRIT Version 6.0"
- .SH NAME
- PROCEDURE
-
-
-
- ProcName = PROCEDURE(Prm1, Prm2, ... , PrmN):LclVal1:LclVar2: ... :LclVarM:
- ProcBody;
-
- A procedure is a function that does not return a value, and therefore the
- return variable (see FUNCTION) should not be used. A procedure is
- identical to a function in every other way. See FUNCTION for more.
-